runtime.sudog.c (field)
17 uses
runtime (current package)
chan.go#L261: mysg.c = c
chan.go#L288: mysg.c = nil
chan.go#L627: mysg.c = c
chan.go#L655: mysg.c = nil
proc.go#L504: if s.c != nil {
runtime2.go#L396: c *hchan // channel
select.go#L85: if sg.c != lastc && lastc != nil {
select.go#L94: lastc = sg.c
select.go#L312: sg.c = c
select.go#L356: sg1.c = nil
stack.go#L806: p := uintptr(sg.elem) + uintptr(sg.c.elemsize)
stack.go#L825: if sg.c != lastc {
stack.go#L835: lockWithRank(&sg.c.lock, lockRankHchanLeaf)
stack.go#L837: lastc = sg.c
stack.go#L857: if sg.c != lastc {
stack.go#L858: unlock(&sg.c.lock)
stack.go#L860: lastc = sg.c
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |